const github.com/klauspost/compress/flate.offsetCodeCount
11 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L16: offsetCodeCount = 30
huffman_bit_writer.go#L123: codegen [literalCount + offsetCodeCount + 1]uint8
huffman_bit_writer.go#L151: offsetEncoding: newHuffmanEncoder(offsetCodeCount),
huffman_bit_writer.go#L163: a := t.offHist[:offsetCodeCount]
huffman_bit_writer.go#L397: for i, n := range w.offsetFreq[:offsetCodeCount] {
huffman_bit_writer.go#L776: for i, v := range w.offsetFreq[:offsetCodeCount] {
huffman_bit_writer.go#L821: w.offsetEncoding.generate(w.offsetFreq[:offsetCodeCount], 15)
huffman_bit_writer.go#L987: huffOffset = newHuffmanEncoder(offsetCodeCount)
huffman_bit_writer.go#L988: huffOffset.generate(w.offsetFreq[:offsetCodeCount], 15)
token.go#L172: for i, v := range t.offHist[:offsetCodeCount] {
token.go#L251: for i, v := range t.offHist[:offsetCodeCount] {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |